Conversation
* Use observables for the dropdowns in Claude This makes it wayyyy easier to test as we can trigger the pipeline and see if the expected groups get created. Co-authored-by: Copilot <copilot@github.com> * feedback --------- Co-authored-by: Copilot <copilot@github.com>
* heap-snapshot-analysis skill improvements * Harden heap snapshot streaming helper Address review feedback by honoring short reads, documenting tuple reuse with an opt-in copy mode, and guarding eager string parsing for large snapshots. (Written by Copilot)
Previously CopilotAgent.listSessions() and _listModels() silently returned [] when no token was available. This violated the AHP contract (protectedResources required: true mandates the server return AuthRequired -32007 when used unauthenticated) and caused agent-host sessions to not appear in the Agents sidebar on fresh the renderer cached the empty list and never retried untillaunch the user sent a message and the resulting sessionAdded notification forced a refresh. Both methods now go through _ensureClient(), which already throws the right ProtocolError. On the renderer side, LocalAgentHostSessionsProvider already had an autorun on authenticationPending that triggers _refreshSessions() once auth settles; that's the natural retry mechanism for the silent listSessions case (we don't want to interactively prompt the user just to render the that's only appropriate forsidebar createSession). (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…esent (#311285) * Implement clearTodoList function and invoke it at session start; hide widget when no todos are present * Update extensions/copilot/src/extension/chatSessions/copilotcli/common/copilotCLITools.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fixes Co-authored-by: Copilot <copilot@github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )